9. Partial Fractions

a2. General Decompositions

c. Non-Repeated Linear Factors

Find the partial fraction decomposition for \(\dfrac{x^2-11x+12}{x^3-5x^2+6x}\).

Since the degree of the numerator is less than the degree of the denominator, there is no polynomial part. We first factor the denominator: \[ x^3-5x^2+6x=x(x-2)(x-3) \] Then we write the general partial fraction expansion by putting a constant over each linear factor: \[ \dfrac{x^2-11x+12}{x(x-2)(x-3)}=\dfrac{A}{x}+\dfrac{B}{x-2}+\dfrac{C}{x-3} \] We must find \(A\), \(B\) and \(C\) so this is true for all \(x\). To do this we multiply through by the denominator: \[ x^2-11x+12=A(x-2)(x-3)+Bx(x-3)+Cx(x-2) \]

The naive, brute force way to solve this is to expand the right hand side, collect terms, equate coefficients of each power of \(x\) and solve the \(3\) equations for \(3\) unknowns.

Like This!

Expand the right hand side and collect terms: \[\begin{aligned} x^2-11x+12&=A(x-2)(x-3)+Bx(x-3)+Cx(x-2) \\ &=Ax^2-5Ax+6A+Bx^2-3Bx+Cx^2-2Cx \\ &=(A+B+C)x^2+(-5A-3B-2C)x+6A \end{aligned}\] Equate coefficients: \[ A+B+C=1 \qquad -5A-3B-2C=-11 \qquad 6A=12 \] Solve (after some work): \[ A=2 \qquad B=3 \qquad C=-4 \]

However: Don't simplify! Don't expand! Since this equation must be true for all \(x\), an easier way to solve is to plug in several values for \(x\). The obvious values are \(x=0,2,3\) which are the zeros of the original denominator \(x^3-5x^2+6x=x(x-2)(x-3)\). These give:

This immediately gives the coefficients \(A\), \(B\) and \(C\). However, this trick only works easily for non-repeating linear factors. Plugging the coefficients back into the partial fraction expansion, we conclude \[ \dfrac{x^2-11x+12}{x(x-2)(x-3)}=\dfrac{2}{x}+\dfrac{3}{x-2}-\dfrac{4}{x-3} \]

We check this by adding up the right hand side: \[\begin{aligned} \dfrac{2}{x}+\dfrac{3}{x-2}-\dfrac{4}{x-3} &=\dfrac{2(x-2)(x-3)+3x(x-3)-4x(x-2)}{x(x-2)(x-3)} \\ &=\dfrac{x^2-11x+12}{x(x-2)(x-3)} \end{aligned}\]

Find the partial fraction decomposition for \(\dfrac{x^2+12x-4}{x^3-4x}\).

\(\dfrac{x^2+12x-4}{x^3-4x} =\dfrac{1}{x}+\dfrac{3}{x-2}-\dfrac{3}{x+2}\)

To find the partial fraction expansion for \(\dfrac{x^2+12x-4}{x^3-4x}\) we first factor the denominator: \[ x^3-4x=x(x-2)(x+2) \] We write out the general expansion and clear the denominator: \[ \dfrac{x^2+12x-4}{x(x-2)(x+2)} =\dfrac{A}{x}+\dfrac{B}{x-2}+\dfrac{C}{x+2} \] \[ x^2+12x-4=A(x-2)(x+2)+Bx(x+2)+Cx(x-2) \] We plug in the three roots \(x=0,2,-2\):

  • \(x=0\): \[ -4=A(-2)(2) \qquad \Longrightarrow \qquad A=1 \]
  • \(x=2\): \[ 24=B(2)(4) \qquad \Longrightarrow \qquad B=3 \]
  • \(x=-2\): \[ -24=C(-2)(-4) \qquad \Longrightarrow \qquad C=-3 \]

So the partial fraction expansion is \[ \dfrac{x^2+12x-4}{x^3-4x} =\dfrac{1}{x}+\dfrac{3}{x-2}-\dfrac{3}{x+2} \]

We check by adding up the right hand side: \[\begin{aligned} \dfrac{1}{x}+\dfrac{3}{x-2}-\dfrac{3}{x+2} &=\dfrac{(x-2)(x+2)+3x(x+2)-3x(x-2)}{x(x-2)(x+2)} \\ &=\dfrac{x^2+12x-4}{x(x-2)(x+2)} \end{aligned}\]

© MYMathApps

Supported in part by NSF Grant #1123255